public class ClinicalDocument
extends java.lang.Object
Java class for ClinicalDocument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClinicalDocument">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="realmCode" type="{urn:hl7-org:v3}CS" maxOccurs="unbounded" minOccurs="0"/>
<element name="typeId" type="{urn:hl7-org:v3}InfrastructureRoot.typeId"/>
<element name="templateId" type="{urn:hl7-org:v3}II" maxOccurs="unbounded" minOccurs="0"/>
<element name="id" type="{urn:hl7-org:v3}II"/>
<element name="code" type="{urn:hl7-org:v3}CE"/>
<element name="title" type="{urn:hl7-org:v3}ST" minOccurs="0"/>
<element name="effectiveTime" type="{urn:hl7-org:v3}TS"/>
<element name="confidentialityCode" type="{urn:hl7-org:v3}CE"/>
<element name="languageCode" type="{urn:hl7-org:v3}CS" minOccurs="0"/>
<element name="setId" type="{urn:hl7-org:v3}II" minOccurs="0"/>
<element name="versionNumber" type="{urn:hl7-org:v3}INT" minOccurs="0"/>
<element name="copyTime" type="{urn:hl7-org:v3}TS" minOccurs="0"/>
<element name="recordTarget" type="{urn:hl7-org:v3}RecordTarget" maxOccurs="unbounded"/>
<element name="author" type="{urn:hl7-org:v3}Author" maxOccurs="unbounded"/>
<element name="dataEnterer" type="{urn:hl7-org:v3}DataEnterer" minOccurs="0"/>
<element name="informant" type="{urn:hl7-org:v3}Informant12" maxOccurs="unbounded" minOccurs="0"/>
<element name="custodian" type="{urn:hl7-org:v3}Custodian"/>
<element name="informationRecipient" type="{urn:hl7-org:v3}InformationRecipient" maxOccurs="unbounded" minOccurs="0"/>
<element name="legalAuthenticator" type="{urn:hl7-org:v3}LegalAuthenticator" minOccurs="0"/>
<element name="authenticator" type="{urn:hl7-org:v3}Authenticator" maxOccurs="unbounded" minOccurs="0"/>
<element name="participant" type="{urn:hl7-org:v3}Participant1" maxOccurs="unbounded" minOccurs="0"/>
<element name="inFulfillmentOf" type="{urn:hl7-org:v3}InFulfillmentOf" maxOccurs="unbounded" minOccurs="0"/>
<element name="documentationOf" type="{urn:hl7-org:v3}DocumentationOf" maxOccurs="unbounded" minOccurs="0"/>
<element name="relatedDocument" type="{urn:hl7-org:v3}RelatedDocument" maxOccurs="unbounded" minOccurs="0"/>
<element name="authorization" type="{urn:hl7-org:v3}Authorization" maxOccurs="unbounded" minOccurs="0"/>
<element name="componentOf" type="{urn:hl7-org:v3}Component1" minOccurs="0"/>
<element name="component" type="{urn:hl7-org:v3}Component2"/>
</sequence>
<attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
<attribute name="classCode" type="{urn:hl7-org:v3}ActClinicalDocument" fixed="DOCCLIN" />
<attribute name="moodCode" type="{urn:hl7-org:v3}ActMood" fixed="EVN" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ClinicalDocument() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Authenticator> |
getAuthenticator()
Gets the value of the authenticator property.
|
java.util.List<Author> |
getAuthor()
Gets the value of the author property.
|
java.util.List<Authorization> |
getAuthorization()
Gets the value of the authorization property.
|
ActClinicalDocument |
getClassCode()
Gets the value of the classCode property.
|
CE |
getCode()
Gets the value of the code property.
|
Component2 |
getComponent()
Gets the value of the component property.
|
Component1 |
getComponentOf()
Gets the value of the componentOf property.
|
CE |
getConfidentialityCode()
Gets the value of the confidentialityCode property.
|
TS |
getCopyTime()
Gets the value of the copyTime property.
|
Custodian |
getCustodian()
Gets the value of the custodian property.
|
DataEnterer |
getDataEnterer()
Gets the value of the dataEnterer property.
|
java.util.List<DocumentationOf> |
getDocumentationOf()
Gets the value of the documentationOf property.
|
TS |
getEffectiveTime()
Gets the value of the effectiveTime property.
|
II |
getId()
Gets the value of the id property.
|
java.util.List<Informant12> |
getInformant()
Gets the value of the informant property.
|
java.util.List<InformationRecipient> |
getInformationRecipient()
Gets the value of the informationRecipient property.
|
java.util.List<InFulfillmentOf> |
getInFulfillmentOf()
Gets the value of the inFulfillmentOf property.
|
CS |
getLanguageCode()
Gets the value of the languageCode property.
|
LegalAuthenticator |
getLegalAuthenticator()
Gets the value of the legalAuthenticator property.
|
java.util.List<java.lang.String> |
getMoodCode()
Gets the value of the moodCode property.
|
java.util.List<java.lang.String> |
getNullFlavor()
Gets the value of the nullFlavor property.
|
java.util.List<Participant1> |
getParticipant()
Gets the value of the participant property.
|
java.util.List<CS> |
getRealmCode()
Gets the value of the realmCode property.
|
java.util.List<RecordTarget> |
getRecordTarget()
Gets the value of the recordTarget property.
|
java.util.List<RelatedDocument> |
getRelatedDocument()
Gets the value of the relatedDocument property.
|
II |
getSetId()
Gets the value of the setId property.
|
java.util.List<II> |
getTemplateId()
Gets the value of the templateId property.
|
ST |
getTitle()
Gets the value of the title property.
|
InfrastructureRootTypeId |
getTypeId()
Gets the value of the typeId property.
|
INT |
getVersionNumber()
Gets the value of the versionNumber property.
|
void |
setClassCode(ActClinicalDocument value)
Sets the value of the classCode property.
|
void |
setCode(CE value)
Sets the value of the code property.
|
void |
setComponent(Component2 value)
Sets the value of the component property.
|
void |
setComponentOf(Component1 value)
Sets the value of the componentOf property.
|
void |
setConfidentialityCode(CE value)
Sets the value of the confidentialityCode property.
|
void |
setCopyTime(TS value)
Sets the value of the copyTime property.
|
void |
setCustodian(Custodian value)
Sets the value of the custodian property.
|
void |
setDataEnterer(DataEnterer value)
Sets the value of the dataEnterer property.
|
void |
setEffectiveTime(TS value)
Sets the value of the effectiveTime property.
|
void |
setId(II value)
Sets the value of the id property.
|
void |
setLanguageCode(CS value)
Sets the value of the languageCode property.
|
void |
setLegalAuthenticator(LegalAuthenticator value)
Sets the value of the legalAuthenticator property.
|
void |
setSetId(II value)
Sets the value of the setId property.
|
void |
setTitle(ST value)
Sets the value of the title property.
|
void |
setTypeId(InfrastructureRootTypeId value)
Sets the value of the typeId property.
|
void |
setVersionNumber(INT value)
Sets the value of the versionNumber property.
|
public java.util.List<CS> getRealmCode()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the realmCode property.
For example, to add a new item, do as follows:
getRealmCode().add(newItem);
Objects of the following type(s) are allowed in the list
CS
public InfrastructureRootTypeId getTypeId()
InfrastructureRootTypeIdpublic void setTypeId(InfrastructureRootTypeId value)
value - allowed object is
InfrastructureRootTypeIdpublic java.util.List<II> getTemplateId()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the templateId property.
For example, to add a new item, do as follows:
getTemplateId().add(newItem);
Objects of the following type(s) are allowed in the list
II
public void setId(II value)
value - allowed object is
IIpublic void setCode(CE value)
value - allowed object is
CEpublic void setTitle(ST value)
value - allowed object is
STpublic TS getEffectiveTime()
TSpublic void setEffectiveTime(TS value)
value - allowed object is
TSpublic CE getConfidentialityCode()
CEpublic void setConfidentialityCode(CE value)
value - allowed object is
CEpublic CS getLanguageCode()
CSpublic void setLanguageCode(CS value)
value - allowed object is
CSpublic void setSetId(II value)
value - allowed object is
IIpublic INT getVersionNumber()
INTpublic void setVersionNumber(INT value)
value - allowed object is
INTpublic TS getCopyTime()
TSpublic void setCopyTime(TS value)
value - allowed object is
TSpublic java.util.List<RecordTarget> getRecordTarget()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the recordTarget property.
For example, to add a new item, do as follows:
getRecordTarget().add(newItem);
Objects of the following type(s) are allowed in the list
RecordTarget
public java.util.List<Author> getAuthor()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the author property.
For example, to add a new item, do as follows:
getAuthor().add(newItem);
Objects of the following type(s) are allowed in the list
Author
public DataEnterer getDataEnterer()
DataEntererpublic void setDataEnterer(DataEnterer value)
value - allowed object is
DataEntererpublic java.util.List<Informant12> getInformant()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the informant property.
For example, to add a new item, do as follows:
getInformant().add(newItem);
Objects of the following type(s) are allowed in the list
Informant12
public Custodian getCustodian()
Custodianpublic void setCustodian(Custodian value)
value - allowed object is
Custodianpublic java.util.List<InformationRecipient> getInformationRecipient()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the informationRecipient property.
For example, to add a new item, do as follows:
getInformationRecipient().add(newItem);
Objects of the following type(s) are allowed in the list
InformationRecipient
public LegalAuthenticator getLegalAuthenticator()
LegalAuthenticatorpublic void setLegalAuthenticator(LegalAuthenticator value)
value - allowed object is
LegalAuthenticatorpublic java.util.List<Authenticator> getAuthenticator()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the authenticator property.
For example, to add a new item, do as follows:
getAuthenticator().add(newItem);
Objects of the following type(s) are allowed in the list
Authenticator
public java.util.List<Participant1> getParticipant()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the participant property.
For example, to add a new item, do as follows:
getParticipant().add(newItem);
Objects of the following type(s) are allowed in the list
Participant1
public java.util.List<InFulfillmentOf> getInFulfillmentOf()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the inFulfillmentOf property.
For example, to add a new item, do as follows:
getInFulfillmentOf().add(newItem);
Objects of the following type(s) are allowed in the list
InFulfillmentOf
public java.util.List<DocumentationOf> getDocumentationOf()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the documentationOf property.
For example, to add a new item, do as follows:
getDocumentationOf().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentationOf
public java.util.List<RelatedDocument> getRelatedDocument()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the relatedDocument property.
For example, to add a new item, do as follows:
getRelatedDocument().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedDocument
public java.util.List<Authorization> getAuthorization()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the authorization property.
For example, to add a new item, do as follows:
getAuthorization().add(newItem);
Objects of the following type(s) are allowed in the list
Authorization
public Component1 getComponentOf()
Component1public void setComponentOf(Component1 value)
value - allowed object is
Component1public Component2 getComponent()
Component2public void setComponent(Component2 value)
value - allowed object is
Component2public java.util.List<java.lang.String> getNullFlavor()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the nullFlavor property.
For example, to add a new item, do as follows:
getNullFlavor().add(newItem);
Objects of the following type(s) are allowed in the list
String
public ActClinicalDocument getClassCode()
ActClinicalDocumentpublic void setClassCode(ActClinicalDocument value)
value - allowed object is
ActClinicalDocumentpublic java.util.List<java.lang.String> getMoodCode()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the moodCode property.
For example, to add a new item, do as follows:
getMoodCode().add(newItem);
Objects of the following type(s) are allowed in the list
String