Uses of Class
org.hl7.fhir.r4.model.MedicationKnowledge.MedicationKnowledgeRegulatoryComponent
-
Uses of MedicationKnowledge.MedicationKnowledgeRegulatoryComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseMedicationKnowledgeMedicationKnowledgeRegulatoryComponent
(com.google.gson.JsonObject json, MedicationKnowledge owner) XmlParser.parseMedicationKnowledgeMedicationKnowledgeRegulatoryComponent
(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMedicationKnowledgeMedicationKnowledgeRegulatoryComponent
(String name, MedicationKnowledge.MedicationKnowledgeRegulatoryComponent element) protected void
RdfParser.composeMedicationKnowledgeMedicationKnowledgeRegulatoryComponent
(Turtle.Complex parent, String parentType, String name, MedicationKnowledge.MedicationKnowledgeRegulatoryComponent element, int index) protected void
XmlParser.composeMedicationKnowledgeMedicationKnowledgeRegulatoryComponent
(String name, MedicationKnowledge.MedicationKnowledgeRegulatoryComponent element) protected void
XmlParser.composeMedicationKnowledgeMedicationKnowledgeRegulatoryComponentElements
(MedicationKnowledge.MedicationKnowledgeRegulatoryComponent element) protected void
JsonParser.composeMedicationKnowledgeMedicationKnowledgeRegulatoryComponentInner
(MedicationKnowledge.MedicationKnowledgeRegulatoryComponent element) protected boolean
XmlParser.parseMedicationKnowledgeMedicationKnowledgeRegulatoryComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeRegulatoryComponent res) protected void
JsonParser.parseMedicationKnowledgeMedicationKnowledgeRegulatoryComponentProperties
(com.google.gson.JsonObject json, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeRegulatoryComponent res) -
Uses of MedicationKnowledge.MedicationKnowledgeRegulatoryComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionMedicationKnowledge.regulatory
Regulatory information about a medication.Modifier and TypeMethodDescriptionMedicationKnowledge.addRegulatory()
MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.addSchedule
(MedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent 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.setRegulatoryAuthorityTarget
(Organization value) MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.setSchedule
(List<MedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent> 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)