Uses of Class
org.hl7.fhir.dstu2.model.SupplyRequest.SupplyRequestWhenComponent
-
Packages that use SupplyRequest.SupplyRequestWhenComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of SupplyRequest.SupplyRequestWhenComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return SupplyRequest.SupplyRequestWhenComponent Modifier and Type Method Description protected SupplyRequest.SupplyRequestWhenComponentJsonParser. parseSupplyRequestSupplyRequestWhenComponent(com.google.gson.JsonObject json, SupplyRequest owner)protected SupplyRequest.SupplyRequestWhenComponentXmlParser. parseSupplyRequestSupplyRequestWhenComponent(org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type SupplyRequest.SupplyRequestWhenComponent Modifier and Type Method Description protected voidJsonParser. composeSupplyRequestSupplyRequestWhenComponent(String name, SupplyRequest.SupplyRequestWhenComponent element)protected voidXmlParser. composeSupplyRequestSupplyRequestWhenComponent(String name, SupplyRequest.SupplyRequestWhenComponent element)protected voidJsonParser. composeSupplyRequestSupplyRequestWhenComponentInner(SupplyRequest.SupplyRequestWhenComponent element) -
Uses of SupplyRequest.SupplyRequestWhenComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as SupplyRequest.SupplyRequestWhenComponent Modifier and Type Field Description protected SupplyRequest.SupplyRequestWhenComponentSupplyRequest. whenWhen the request should be fulfilled.Methods in org.hl7.fhir.dstu2.model that return SupplyRequest.SupplyRequestWhenComponent Modifier and Type Method Description SupplyRequest.SupplyRequestWhenComponentSupplyRequest.SupplyRequestWhenComponent. copy()SupplyRequest.SupplyRequestWhenComponentSupplyRequest. getWhen()SupplyRequest.SupplyRequestWhenComponentSupplyRequest.SupplyRequestWhenComponent. setCode(CodeableConcept value)SupplyRequest.SupplyRequestWhenComponentSupplyRequest.SupplyRequestWhenComponent. setSchedule(Timing value)Methods in org.hl7.fhir.dstu2.model with parameters of type SupplyRequest.SupplyRequestWhenComponent Modifier and Type Method Description SupplyRequestSupplyRequest. setWhen(SupplyRequest.SupplyRequestWhenComponent value)
-