Class Arztmeldung
java.lang.Object
org.projecthusky.cda.elga.models.ems.Arztmeldung
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected POCDMT000040DocumentationOf
getAtcdabbrHeaderDocumentationOfServiceEvent
(Code serviceEventCode, ZonedDateTime start, ZonedDateTime stop) protected POCDMT000040RelatedDocument
getCare()
getDocId()
getGdaId()
protected POCDMT000040StructuredBody
protected EpimsSectionEmssectionArztmeldung
getSetId()
int
marshall()
Marshalles a Arztmeldung CDA document to aString
.void
setActivitArea
(ActivityArea activitArea) void
setAuthors
(List<PractitionerCdaAt> authors) void
setAuthorTime
(ZonedDateTime authorTime) void
void
setCaseIdentification
(CaseIdentification caseIdentification) void
setClinicalManifestation
(ClinicalManifestation clinicalManifestation) void
setCustodian
(OrganizationAt custodian) void
setDocId
(Identificator docId) void
setGdaId
(Identificator gdaId) void
setHospitalisation
(ZonedDateTime hospitalisation) void
setInformationRecipient
(InformationRecipient informationRecipient) void
setLegalAuthenticator
(PractitionerCdaAt legalAuthenticator) void
setParentDocument
(Identificator parentDocument) void
setPatient
(PatientCdaAt patient) void
setReportingPhysician
(PractitionerCdaAt reportingPhysician) void
setSetId
(Identificator setId) void
setStartPhysicianVisit
(ZonedDateTime startPhysicianVisit) void
setStartPossibleInfection
(ZonedDateTime startPossibleInfection) void
setStartValidityPeriod
(ZonedDateTime startValidityPeriod) void
setStopPhysicianVisit
(ZonedDateTime stopPhysicianVisit) void
setStopPossibleInfection
(ZonedDateTime stopPossibleInfection) void
setStopValidityPeriod
(ZonedDateTime stopValidityPeriod) void
setVersion
(int version)
-
Constructor Details
-
Arztmeldung
public Arztmeldung()
-
-
Method Details
-
getDocId
-
setDocId
-
getSetId
-
setSetId
-
getVersion
public int getVersion() -
setVersion
public void setVersion(int version) -
getPatient
-
setPatient
-
getAuthors
-
setAuthors
-
getAuthorTime
-
setAuthorTime
-
getCustodian
-
setCustodian
-
getLegalAuthenticator
-
setLegalAuthenticator
-
getInformationRecipient
-
setInformationRecipient
-
getStartValidityPeriod
-
setStartValidityPeriod
-
getStopValidityPeriod
-
setStopValidityPeriod
-
getStartPossibleInfection
-
setStartPossibleInfection
-
getStopPossibleInfection
-
setStopPossibleInfection
-
getStartPhysicianVisit
-
setStartPhysicianVisit
-
getStopPhysicianVisit
-
setStopPhysicianVisit
-
getReportingPhysician
-
setReportingPhysician
-
getParentDocument
-
setParentDocument
-
getGdaId
-
setGdaId
-
getHospitalisation
-
setHospitalisation
-
getCaseIdentification
-
setCaseIdentification
-
getClinicalManifestation
-
setClinicalManifestation
-
getCare
-
setCare
-
getActivitArea
-
setActivitArea
-
getAtcdabbrHeaderDocumentationOfServiceEvent
protected POCDMT000040DocumentationOf getAtcdabbrHeaderDocumentationOfServiceEvent(Code serviceEventCode, ZonedDateTime start, ZonedDateTime stop) -
getAtcdabbrHeaderDocumentReplacementRelatedDocument
-
getHl7CdaR2Pocdmt000040StructuredBody
-
getSection
-
getArztmeldung
-
getHospitalisationEntry
-
marshall
Marshalles a Arztmeldung CDA document to aString
.- Returns:
- the XML representation of the
clinicalDocument
. - Throws:
javax.xml.bind.JAXBException
- if an error was encountered while creating the marshaller.
-