Class Arztmeldung
java.lang.Object
org.projecthusky.cda.elga.models.ems.Arztmeldung
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.projecthusky.common.hl7cdar2.POCDMT000040DocumentationOfgetAtcdabbrHeaderDocumentationOfServiceEvent(org.projecthusky.common.model.Code serviceEventCode, ZonedDateTime start, ZonedDateTime stop) protected org.projecthusky.common.hl7cdar2.POCDMT000040RelatedDocumentgetCare()org.projecthusky.common.model.IdentificatorgetDocId()org.projecthusky.common.model.IdentificatorgetGdaId()protected org.projecthusky.common.hl7cdar2.POCDMT000040StructuredBodyorg.projecthusky.common.hl7cdar2.POCDMT000040Entryorg.projecthusky.common.model.Identificatorprotected EpimsSectionEmssectionArztmeldungorg.projecthusky.common.model.IdentificatorgetSetId()intmarshall()Marshalles a Arztmeldung CDA document to aString.voidsetActivitArea(ActivityArea activitArea) voidsetAuthors(List<PractitionerCdaAt> authors) voidsetAuthorTime(ZonedDateTime authorTime) voidvoidsetCaseIdentification(CaseIdentification caseIdentification) voidsetClinicalManifestation(ClinicalManifestation clinicalManifestation) voidsetCustodian(OrganizationAt custodian) voidsetDocId(org.projecthusky.common.model.Identificator docId) voidsetGdaId(org.projecthusky.common.model.Identificator gdaId) voidsetHospitalisation(ZonedDateTime hospitalisation) voidsetInformationRecipient(InformationRecipient informationRecipient) voidsetLegalAuthenticator(PractitionerCdaAt legalAuthenticator) voidsetParentDocument(org.projecthusky.common.model.Identificator parentDocument) voidsetPatient(PatientCdaAt patient) voidsetSetId(org.projecthusky.common.model.Identificator setId) voidsetStartPhysicianVisit(ZonedDateTime startPhysicianVisit) voidsetStartPossibleInfection(ZonedDateTime startPossibleInfection) voidsetStartValidityPeriod(ZonedDateTime startValidityPeriod) voidsetStopPhysicianVisit(ZonedDateTime stopPhysicianVisit) voidsetStopPossibleInfection(ZonedDateTime stopPossibleInfection) voidsetStopValidityPeriod(ZonedDateTime stopValidityPeriod) voidsetVersion(int version)
-
Constructor Details
-
Arztmeldung
public Arztmeldung()
-
-
Method Details
-
getDocId
public org.projecthusky.common.model.Identificator getDocId() -
setDocId
public void setDocId(org.projecthusky.common.model.Identificator docId) -
getSetId
public org.projecthusky.common.model.Identificator getSetId() -
setSetId
public void setSetId(org.projecthusky.common.model.Identificator setId) -
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
-
getParentDocument
public org.projecthusky.common.model.Identificator getParentDocument() -
setParentDocument
public void setParentDocument(org.projecthusky.common.model.Identificator parentDocument) -
getGdaId
public org.projecthusky.common.model.Identificator getGdaId() -
setGdaId
public void setGdaId(org.projecthusky.common.model.Identificator gdaId) -
getHospitalisation
-
setHospitalisation
-
getCaseIdentification
-
setCaseIdentification
-
getClinicalManifestation
-
setClinicalManifestation
-
getCare
-
setCare
-
getActivitArea
-
setActivitArea
-
getAtcdabbrHeaderDocumentationOfServiceEvent
protected org.projecthusky.common.hl7cdar2.POCDMT000040DocumentationOf getAtcdabbrHeaderDocumentationOfServiceEvent(org.projecthusky.common.model.Code serviceEventCode, ZonedDateTime start, ZonedDateTime stop) -
getAtcdabbrHeaderDocumentReplacementRelatedDocument
protected org.projecthusky.common.hl7cdar2.POCDMT000040RelatedDocument getAtcdabbrHeaderDocumentReplacementRelatedDocument() -
getHl7CdaR2Pocdmt000040StructuredBody
protected org.projecthusky.common.hl7cdar2.POCDMT000040StructuredBody getHl7CdaR2Pocdmt000040StructuredBody() -
getSection
-
getArztmeldung
-
getHospitalisationEntry
public org.projecthusky.common.hl7cdar2.POCDMT000040Entry 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.
-