Uses of Class
org.hl7.fhir.r4.model.MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent
-
Packages that use MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent Modifier and Type Method Description protected MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponentJsonParser. parseMedicationKnowledgeMedicationKnowledgeRegulatorySubstitutionComponent(com.google.gson.JsonObject json, MedicationKnowledge owner)protected MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponentXmlParser. parseMedicationKnowledgeMedicationKnowledgeRegulatorySubstitutionComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) -
Uses of MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent Modifier and Type Field Description protected List<MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent>MedicationKnowledge.MedicationKnowledgeRegulatoryComponent. substitutionSpecifies if changes are allowed when dispensing a medication from a regulatory perspective.Methods in org.hl7.fhir.r4.model that return types with arguments of type MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent Modifier and Type Method Description List<MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent>MedicationKnowledge.MedicationKnowledgeRegulatoryComponent. getSubstitution()Methods in org.hl7.fhir.r4.model with parameters of type MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent Modifier and Type Method Description MedicationKnowledge.MedicationKnowledgeRegulatoryComponentMedicationKnowledge.MedicationKnowledgeRegulatoryComponent. addSubstitution(MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent t)voidMedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent. copyValues(MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent Modifier and Type Method Description MedicationKnowledge.MedicationKnowledgeRegulatoryComponentMedicationKnowledge.MedicationKnowledgeRegulatoryComponent. setSubstitution(List<MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent> theSubstitution)
-