Uses of Class
org.hl7.fhir.dstu2.model.SampledData
-
Packages that use SampledData Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of SampledData in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return SampledData Modifier and Type Method Description protected SampledDataJsonParser. parseSampledData(com.google.gson.JsonObject json)protected SampledDataXmlParser. parseSampledData(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type SampledData Modifier and Type Method Description protected voidJsonParser. composeSampledData(String name, SampledData element)protected voidXmlParser. composeSampledData(String name, SampledData element)protected voidJsonParser. composeSampledDataInner(SampledData element) -
Uses of SampledData in org.hl7.fhir.dstu2.model
-