Uses of Class
org.hl7.fhir.r5.model.MedicationKnowledge.MedicationKnowledgeRegulatoryComponent
-
Uses of MedicationKnowledge.MedicationKnowledgeRegulatoryComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseMedicationKnowledgeRegulatoryComponent
(com.google.gson.JsonObject json) XmlParser.parseMedicationKnowledgeRegulatoryComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMedicationKnowledgeRegulatoryComponent
(String name, MedicationKnowledge.MedicationKnowledgeRegulatoryComponent element) protected void
RdfParser.composeMedicationKnowledgeRegulatoryComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MedicationKnowledge.MedicationKnowledgeRegulatoryComponent element, int index) protected void
XmlParser.composeMedicationKnowledgeRegulatoryComponent
(String name, MedicationKnowledge.MedicationKnowledgeRegulatoryComponent element) protected void
XmlParser.composeMedicationKnowledgeRegulatoryComponentElements
(MedicationKnowledge.MedicationKnowledgeRegulatoryComponent element) protected void
JsonParser.composeMedicationKnowledgeRegulatoryComponentProperties
(MedicationKnowledge.MedicationKnowledgeRegulatoryComponent element) protected boolean
XmlParser.parseMedicationKnowledgeRegulatoryComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge.MedicationKnowledgeRegulatoryComponent res) protected void
JsonParser.parseMedicationKnowledgeRegulatoryComponentProperties
(com.google.gson.JsonObject json, MedicationKnowledge.MedicationKnowledgeRegulatoryComponent res) -
Uses of MedicationKnowledge.MedicationKnowledgeRegulatoryComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionMedicationKnowledge.regulatory
Regulatory information about a medication.Modifier and TypeMethodDescriptionMedicationKnowledge.addRegulatory()
MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.addSchedule
(CodeableConcept t) MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.addSubstitution
(MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent t) MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.copy()
MedicationKnowledge.getRegulatoryFirstRep()
MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.setMaxDispense
(MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent value) MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.setRegulatoryAuthority
(Reference value) MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.setSchedule
(List<CodeableConcept> theSchedule) MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.setSubstitution
(List<MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent> theSubstitution) Modifier and TypeMethodDescriptionMedicationKnowledge.addRegulatory
(MedicationKnowledge.MedicationKnowledgeRegulatoryComponent t) void
MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.copyValues
(MedicationKnowledge.MedicationKnowledgeRegulatoryComponent dst) Modifier and TypeMethodDescriptionMedicationKnowledge.setRegulatory
(List<MedicationKnowledge.MedicationKnowledgeRegulatoryComponent> theRegulatory)