Uses of Class
org.hl7.fhir.dstu2016may.model.OrderSet
-
Packages that use OrderSet Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of OrderSet in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return OrderSet Modifier and Type Method Description protected OrderSetJsonParser. parseOrderSet(com.google.gson.JsonObject json)protected OrderSetXmlParser. parseOrderSet(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type OrderSet Modifier and Type Method Description protected voidJsonParser. composeOrderSet(String name, OrderSet element)protected voidRdfParser. composeOrderSet(RdfGenerator.Complex parent, String parentType, String name, OrderSet element, int index)protected voidXmlParser. composeOrderSet(String name, OrderSet element)protected voidJsonParser. composeOrderSetInner(OrderSet element) -
Uses of OrderSet in org.hl7.fhir.dstu2016may.model
Methods in org.hl7.fhir.dstu2016may.model that return OrderSet Modifier and Type Method Description OrderSetOrderSet. addAction(ActionDefinition t)OrderSetOrderSet. addLibrary(Reference t)OrderSetOrderSet. copy()OrderSetOrderSet. setModuleMetadata(ModuleMetadata value)protected OrderSetOrderSet. typedCopy()
-