Uses of Class
org.hl7.fhir.r4.model.SampledData
-
Packages that use SampledData Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of SampledData in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type SampledData Modifier and Type Method Description protected voidJsonParser. composeSampledData(String name, SampledData element)protected voidRdfParser. composeSampledData(Turtle.Complex parent, String parentType, String name, SampledData element, int index)protected voidXmlParser. composeSampledData(String name, SampledData element)protected voidXmlParser. composeSampledDataElements(SampledData element)protected voidJsonParser. composeSampledDataInner(SampledData element)protected booleanXmlParser. parseSampledDataContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SampledData res)protected voidJsonParser. parseSampledDataProperties(com.google.gson.JsonObject json, SampledData res) -
Uses of SampledData in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model with parameters of type SampledData Modifier and Type Method Description voidSampledData. copyValues(SampledData dst)
-