Uses of Class
org.hl7.fhir.r5.model.MedicationKnowledge
-
Uses of MedicationKnowledge in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected MedicationKnowledge
JsonParser.parseMedicationKnowledge
(com.google.gson.JsonObject json) protected MedicationKnowledge
XmlParser.parseMedicationKnowledge
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMedicationKnowledge
(String name, MedicationKnowledge element) protected void
RdfParser.composeMedicationKnowledge
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MedicationKnowledge element, int index) protected void
XmlParser.composeMedicationKnowledge
(String name, MedicationKnowledge element) protected void
XmlParser.composeMedicationKnowledgeElements
(MedicationKnowledge element) protected void
JsonParser.composeMedicationKnowledgeProperties
(MedicationKnowledge element) protected boolean
XmlParser.parseMedicationKnowledgeContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge res) protected void
JsonParser.parseMedicationKnowledgeProperties
(com.google.gson.JsonObject json, MedicationKnowledge res) -
Uses of MedicationKnowledge in org.hl7.fhir.r5.model
Modifier and TypeMethodDescriptionMedicationKnowledge.addAssociatedMedication
(Reference t) MedicationKnowledge.addClinicalUseIssue
(Reference t) MedicationKnowledge.addCost
(MedicationKnowledge.MedicationKnowledgeCostComponent t) MedicationKnowledge.addIdentifier
(Identifier t) MedicationKnowledge.addIndicationGuideline
(MedicationKnowledge.MedicationKnowledgeIndicationGuidelineComponent t) MedicationKnowledge.addIntendedJurisdiction
(CodeableConcept t) MedicationKnowledge.addMedicineClassification
(MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent t) MedicationKnowledge.addMonitoringProgram
(MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent t) MedicationKnowledge.addMonograph
(MedicationKnowledge.MedicationKnowledgeMonographComponent t) MedicationKnowledge.addPackaging
(MedicationKnowledge.MedicationKnowledgePackagingComponent t) MedicationKnowledge.addProductType
(CodeableConcept t) MedicationKnowledge.addRegulatory
(MedicationKnowledge.MedicationKnowledgeRegulatoryComponent t) MedicationKnowledge.addRelatedMedicationKnowledge
(MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent t) MedicationKnowledge.addStorageGuideline
(MedicationKnowledge.MedicationKnowledgeStorageGuidelineComponent t) MedicationKnowledge.copy()
MedicationKnowledge.setAssociatedMedication
(List<Reference> theAssociatedMedication) MedicationKnowledge.setClinicalUseIssue
(List<Reference> theClinicalUseIssue) MedicationKnowledge.setCode
(CodeableConcept value) MedicationKnowledge.setCost
(List<MedicationKnowledge.MedicationKnowledgeCostComponent> theCost) MedicationKnowledge.setDefinitional
(MedicationKnowledge.MedicationKnowledgeDefinitionalComponent value) MedicationKnowledge.setIdentifier
(List<Identifier> theIdentifier) MedicationKnowledge.setIndicationGuideline
(List<MedicationKnowledge.MedicationKnowledgeIndicationGuidelineComponent> theIndicationGuideline) MedicationKnowledge.setIntendedJurisdiction
(List<CodeableConcept> theIntendedJurisdiction) MedicationKnowledge.setMedicineClassification
(List<MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent> theMedicineClassification) MedicationKnowledge.setMonitoringProgram
(List<MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent> theMonitoringProgram) MedicationKnowledge.setMonograph
(List<MedicationKnowledge.MedicationKnowledgeMonographComponent> theMonograph) MedicationKnowledge.setName
(List<StringType> theName) MedicationKnowledge.setPackaging
(List<MedicationKnowledge.MedicationKnowledgePackagingComponent> thePackaging) MedicationKnowledge.setPreparationInstruction
(String value) MedicationKnowledge.setPreparationInstructionElement
(MarkdownType value) MedicationKnowledge.setProductType
(List<CodeableConcept> theProductType) MedicationKnowledge.setRegulatory
(List<MedicationKnowledge.MedicationKnowledgeRegulatoryComponent> theRegulatory) MedicationKnowledge.setRelatedMedicationKnowledge
(List<MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent> theRelatedMedicationKnowledge) MedicationKnowledge.setStatus
(MedicationKnowledge.MedicationKnowledgeStatusCodes value) MedicationKnowledge.setStatusElement
(Enumeration<MedicationKnowledge.MedicationKnowledgeStatusCodes> value) MedicationKnowledge.setStorageGuideline
(List<MedicationKnowledge.MedicationKnowledgeStorageGuidelineComponent> theStorageGuideline) protected MedicationKnowledge
MedicationKnowledge.typedCopy()