
Uses of Class
org.hl7.fhir.r5.model.FormularyItem
Packages that use FormularyItem
-
Uses of FormularyItem in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return FormularyItemModifier and TypeMethodDescriptionprotected FormularyItemJsonParser.parseFormularyItem(com.google.gson.JsonObject json) protected FormularyItemXmlParser.parseFormularyItem(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type FormularyItemModifier and TypeMethodDescriptionprotected voidJsonParser.composeFormularyItem(String name, FormularyItem element) protected voidRdfParser.composeFormularyItem(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, FormularyItem element, int index) protected voidXmlParser.composeFormularyItem(String name, FormularyItem element) protected voidXmlParser.composeFormularyItemElements(FormularyItem element) protected voidJsonParser.composeFormularyItemProperties(FormularyItem element) protected booleanXmlParser.parseFormularyItemContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, FormularyItem res) protected voidJsonParser.parseFormularyItemProperties(com.google.gson.JsonObject json, FormularyItem res) -
Uses of FormularyItem in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return FormularyItemModifier and TypeMethodDescriptionFormularyItem.addIdentifier(Identifier t) FormularyItem.copy()FormularyItem.setCode(CodeableConcept value) FormularyItem.setIdentifier(List<Identifier> theIdentifier) FormularyItem.setStatus(FormularyItem.FormularyItemStatusCodes value) FormularyItem.setStatusElement(Enumeration<FormularyItem.FormularyItemStatusCodes> value) protected FormularyItemFormularyItem.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type FormularyItem