
Uses of Class
org.hl7.fhir.dstu2.model.SupplyRequest
Packages that use SupplyRequest
-
Uses of SupplyRequest in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return SupplyRequestModifier and TypeMethodDescriptionprotected SupplyRequestJsonParser.parseSupplyRequest(com.google.gson.JsonObject json) protected SupplyRequestXmlParser.parseSupplyRequest(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type SupplyRequestModifier and TypeMethodDescriptionprotected voidJsonParser.composeSupplyRequest(String name, SupplyRequest element) protected voidXmlParser.composeSupplyRequest(String name, SupplyRequest element) protected voidJsonParser.composeSupplyRequestInner(SupplyRequest element) protected SupplyRequest.SupplyRequestWhenComponentJsonParser.parseSupplyRequestSupplyRequestWhenComponent(com.google.gson.JsonObject json, SupplyRequest owner) protected SupplyRequest.SupplyRequestWhenComponentXmlParser.parseSupplyRequestSupplyRequestWhenComponent(org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner) -
Uses of SupplyRequest in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return SupplyRequestModifier and TypeMethodDescriptionSupplyRequest.addSupplier(Reference t) SupplyRequest.copy()SupplyRequest.setDateElement(DateTimeType value) SupplyRequest.setIdentifier(Identifier value) SupplyRequest.setKind(CodeableConcept value) SupplyRequest.setOrderedItem(Reference value) SupplyRequest.setOrderedItemTarget(Resource value) SupplyRequest.setPatient(Reference value) SupplyRequest.setPatientTarget(Patient value) SupplyRequest.setSourceTarget(Resource value) SupplyRequest.setStatus(SupplyRequest.SupplyRequestStatus value) SupplyRequest.setStatusElement(Enumeration<SupplyRequest.SupplyRequestStatus> value) SupplyRequest.setWhen(SupplyRequest.SupplyRequestWhenComponent value) protected SupplyRequestSupplyRequest.typedCopy()