![](/hapi-fhir/images/logos/raccoon-forwards.png)
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 FormularyItem
JsonParser.parseFormularyItem
(com.google.gson.JsonObject json) protected FormularyItem
XmlParser.parseFormularyItem
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type FormularyItemModifier and TypeMethodDescriptionprotected void
JsonParser.composeFormularyItem
(String name, FormularyItem element) protected void
RdfParser.composeFormularyItem
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, FormularyItem element, int index) protected void
XmlParser.composeFormularyItem
(String name, FormularyItem element) protected void
XmlParser.composeFormularyItemElements
(FormularyItem element) protected void
JsonParser.composeFormularyItemProperties
(FormularyItem element) protected boolean
XmlParser.parseFormularyItemContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, FormularyItem res) protected void
JsonParser.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 FormularyItem
FormularyItem.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type FormularyItem