Class PharmaceuticalRecommendationEntry
java.lang.Object
org.projecthusky.cda.elga.models.emed.PharmaceuticalRecommendationEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationshipgetAlteredDeliveryEntryRel(int index, org.projecthusky.common.model.Identificator gdaId) org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationshipgetAlteredPrescriptionEntryRel(int index, org.projecthusky.common.model.Identificator gdaId, org.projecthusky.common.model.Code kindOfPrescription) org.projecthusky.common.model.Identificatororg.projecthusky.common.hl7cdar2.POCDMT000040EntrygetMedikationPharmazeutischeEmpfehlungEntryemed(int indexRecommendation, org.projecthusky.common.model.Identificator gdaId, org.projecthusky.common.model.Code kindOfPrescription) org.projecthusky.common.model.Identificatororg.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationshiporg.projecthusky.common.model.Identificatororg.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationshiporg.projecthusky.common.model.CodegetState()voidsetAlteredDeliveryEntry(DispenseEntry alteredDeliveryEntry) voidsetAlteredPrescriptionEntry(PrescriptionEntry prescriptionEntry) voidsetEmedId(org.projecthusky.common.model.Identificator emedId) voidsetReferenceDelivery(org.projecthusky.common.model.Identificator referenceDelivery) voidsetReferencePrescription(org.projecthusky.common.model.Identificator referencePrescription) voidsetState(org.projecthusky.common.model.Code state)
-
Constructor Details
-
PharmaceuticalRecommendationEntry
public PharmaceuticalRecommendationEntry()
-
-
Method Details
-
getState
public org.projecthusky.common.model.Code getState() -
setState
public void setState(org.projecthusky.common.model.Code state) -
getReferencePrescription
public org.projecthusky.common.model.Identificator getReferencePrescription() -
setReferencePrescription
public void setReferencePrescription(org.projecthusky.common.model.Identificator referencePrescription) -
getReferenceDelivery
public org.projecthusky.common.model.Identificator getReferenceDelivery() -
setReferenceDelivery
public void setReferenceDelivery(org.projecthusky.common.model.Identificator referenceDelivery) -
getAlteredPrescriptionEntry
-
setAlteredPrescriptionEntry
-
getEmedId
public org.projecthusky.common.model.Identificator getEmedId() -
setEmedId
public void setEmedId(org.projecthusky.common.model.Identificator emedId) -
getAlteredDeliveryEntry
-
setAlteredDeliveryEntry
-
getMedikationPharmazeutischeEmpfehlungEntryemed
public org.projecthusky.common.hl7cdar2.POCDMT000040Entry getMedikationPharmazeutischeEmpfehlungEntryemed(int indexRecommendation, org.projecthusky.common.model.Identificator gdaId, org.projecthusky.common.model.Code kindOfPrescription) -
getReferencePrescriptionEntryRel
public org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationship getReferencePrescriptionEntryRel() -
getReferenceDeliveryEntryRel
public org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationship getReferenceDeliveryEntryRel() -
getAlteredDeliveryEntryRel
public org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationship getAlteredDeliveryEntryRel(int index, org.projecthusky.common.model.Identificator gdaId) -
getAlteredPrescriptionEntryRel
public org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationship getAlteredPrescriptionEntryRel(int index, org.projecthusky.common.model.Identificator gdaId, org.projecthusky.common.model.Code kindOfPrescription)
-