Package com.vdek.agv.gen.schema_20240701
Class DiagnoseCtp
- java.lang.Object
-
- com.vdek.agv.gen.schema_20240701.DiagnoseCtp
-
public class DiagnoseCtp extends java.lang.ObjectAngabe einer ICD-Codierung mit optionaler Angabe zur Seitenlokalisation sowie Diagnosensicherheit; TODO: Abbildung Zusammengehörigkeit primär und optional sekundärJava class for Diagnose_Ctp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Diagnose_Ctp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ICD" type="{SV-Basis://XMLSchema/1.0}ICD10GM_Stp"/> <element name="Seitenlokalisation" type="{SV-Basis://XMLSchema/1.0}Seitenlokalisation_Stp" minOccurs="0"/> <element name="Diagnosensicherheit" type="{SV-Basis://XMLSchema/1.0}Diagnosensicherheit_Stp" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DiagnosensicherheitStpdiagnosensicherheitprotected java.lang.Stringicdprotected SeitenlokalisationStpseitenlokalisation
-
Constructor Summary
Constructors Constructor Description DiagnoseCtp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiagnosensicherheitStpgetDiagnosensicherheit()Gets the value of the diagnosensicherheit property.java.lang.StringgetICD()Gets the value of the icd property.SeitenlokalisationStpgetSeitenlokalisation()Gets the value of the seitenlokalisation property.voidsetDiagnosensicherheit(DiagnosensicherheitStp value)Sets the value of the diagnosensicherheit property.voidsetICD(java.lang.String value)Sets the value of the icd property.voidsetSeitenlokalisation(SeitenlokalisationStp value)Sets the value of the seitenlokalisation property.
-
-
-
Field Detail
-
icd
protected java.lang.String icd
-
seitenlokalisation
protected SeitenlokalisationStp seitenlokalisation
-
diagnosensicherheit
protected DiagnosensicherheitStp diagnosensicherheit
-
-
Method Detail
-
getICD
public java.lang.String getICD()
Gets the value of the icd property.- Returns:
- possible object is
String
-
setICD
public void setICD(java.lang.String value)
Sets the value of the icd property.- Parameters:
value- allowed object isString
-
getSeitenlokalisation
public SeitenlokalisationStp getSeitenlokalisation()
Gets the value of the seitenlokalisation property.- Returns:
- possible object is
SeitenlokalisationStp
-
setSeitenlokalisation
public void setSeitenlokalisation(SeitenlokalisationStp value)
Sets the value of the seitenlokalisation property.- Parameters:
value- allowed object isSeitenlokalisationStp
-
getDiagnosensicherheit
public DiagnosensicherheitStp getDiagnosensicherheit()
Gets the value of the diagnosensicherheit property.- Returns:
- possible object is
DiagnosensicherheitStp
-
setDiagnosensicherheit
public void setDiagnosensicherheit(DiagnosensicherheitStp value)
Sets the value of the diagnosensicherheit property.- Parameters:
value- allowed object isDiagnosensicherheitStp
-
-