Class Arztmeldung
java.lang.Object
org.projecthusky.cda.elga.models.ems.Arztmeldung
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected POCDMT000040DocumentationOfgetAtcdabbrHeaderDocumentationOfServiceEvent(Code serviceEventCode, ZonedDateTime start, ZonedDateTime stop) protected POCDMT000040RelatedDocumentgetCare()getDocId()getGdaId()protected POCDMT000040StructuredBodyprotected EpimsSectionEmssectionArztmeldunggetSetId()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(Identificator docId) voidsetGdaId(Identificator gdaId) voidsetHospitalisation(ZonedDateTime hospitalisation) voidsetInformationRecipient(InformationRecipient informationRecipient) voidsetLegalAuthenticator(PractitionerCdaAt legalAuthenticator) voidsetParentDocument(Identificator parentDocument) voidsetPatient(PatientCdaAt patient) voidsetReportingPhysician(PractitionerCdaAt reportingPhysician) voidsetSetId(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
-
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.
-