
Uses of Class
org.hl7.fhir.r5.model.MedicationKnowledge
Packages that use MedicationKnowledge
-
Uses of MedicationKnowledge in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return MedicationKnowledgeModifier and TypeMethodDescriptionprotected MedicationKnowledgeJsonParser.parseMedicationKnowledge(com.google.gson.JsonObject json) protected MedicationKnowledgeXmlParser.parseMedicationKnowledge(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type MedicationKnowledgeModifier and TypeMethodDescriptionprotected voidJsonParser.composeMedicationKnowledge(String name, MedicationKnowledge element) protected voidRdfParser.composeMedicationKnowledge(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MedicationKnowledge element, int index) protected voidXmlParser.composeMedicationKnowledge(String name, MedicationKnowledge element) protected voidXmlParser.composeMedicationKnowledgeElements(MedicationKnowledge element) protected voidJsonParser.composeMedicationKnowledgeProperties(MedicationKnowledge element) protected booleanXmlParser.parseMedicationKnowledgeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge res) protected voidJsonParser.parseMedicationKnowledgeProperties(com.google.gson.JsonObject json, MedicationKnowledge res) -
Uses of MedicationKnowledge in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return MedicationKnowledgeModifier 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 MedicationKnowledgeMedicationKnowledge.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type MedicationKnowledge