Uses of Class
org.hl7.fhir.dstu2.model.Count
-
Packages that use Count Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Count in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Count Modifier and Type Method Description protected CountJsonParser. parseCount(com.google.gson.JsonObject json)protected CountXmlParser. parseCount(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type Count Modifier and Type Method Description protected voidJsonParser. composeCount(String name, Count element)protected voidXmlParser. composeCount(String name, Count element)protected voidJsonParser. composeCountInner(Count element) -
Uses of Count in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return Count Modifier and Type Method Description CountCount. copy()protected CountCount. typedCopy()
-