public class Patient extends Entity implements Serializable
<complexType name="Patient">
<complexContent>
<extension base="{http://schema.samply.de/osse/Entity}Entity">
<sequence>
<element ref="{http://schema.samply.de/osse/Case}Case" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://schema.samply.de/osse/Sample}Sample" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="dktk_id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="centraxx_id" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Case> |
caseOsse |
protected String |
centraxxId |
protected String |
dktkId |
protected List<Sample> |
sample |
| Constructor and Description |
|---|
Patient() |
| Modifier and Type | Method and Description |
|---|---|
List<Case> |
getCase()
Gets the value of the case property.
|
String |
getCentraxxId()
Gets the value of the centraxxId property.
|
String |
getDktkId()
Gets the value of the dktkId property.
|
List<Sample> |
getSample()
Gets the value of the sample property.
|
void |
setCentraxxId(String value)
Sets the value of the centraxxId property.
|
void |
setDktkId(String value)
Sets the value of the dktkId property.
|
getAttribute, getContainer, getId, getRef, setIdpublic List<Case> getCase()
set method for the case property.
For example, to add a new item, do as follows:
getCase().add(newItem);
Objects of the following type(s) are allowed in the list Casepublic List<Sample> getSample()
set method for the sample property.
For example, to add a new item, do as follows:
getSample().add(newItem);
Objects of the following type(s) are allowed in the list Samplepublic String getDktkId()
Stringpublic void setDktkId(String value)
value - allowed object is Stringpublic String getCentraxxId()
StringCopyright © 2021 Samply Community. All rights reserved.