Package org.projecthusky.cda.elga.models
Class AdditionalInformation
java.lang.Object
org.projecthusky.cda.elga.models.AdditionalInformation
-
Constructor Summary
ConstructorsConstructorDescriptionAdditionalInformation(org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationship entryRel) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationshipcreateEntryRelationshipInformation(org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationship entryRel, String reference, org.projecthusky.common.model.Code code, String templateId) org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationshipgetEntryRelationshipForDispenseInformation(int index) org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationshipgetEntryRelationshipForPatientInformation(int index) org.projecthusky.common.model.CodevoidsetInformation(String information) voidsetKindOfInformation(org.projecthusky.common.model.Code kindOfInformation)
-
Constructor Details
-
AdditionalInformation
public AdditionalInformation(org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationship entryRel)
-
-
Method Details
-
getInformation
-
getKindOfInformation
public org.projecthusky.common.model.Code getKindOfInformation() -
setInformation
-
setKindOfInformation
public void setKindOfInformation(org.projecthusky.common.model.Code kindOfInformation) -
getEntryRelationshipForPatientInformation
public org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationship getEntryRelationshipForPatientInformation(int index) -
getEntryRelationshipForDispenseInformation
public org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationship getEntryRelationshipForDispenseInformation(int index) -
createEntryRelationshipInformation
-