Uses of Class
org.hl7.fhir.r4.model.Count
-
Packages that use Count Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Count in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type Count Modifier and Type Method Description protected voidJsonParser. composeCount(String name, Count element)protected voidRdfParser. composeCount(Turtle.Complex parent, String parentType, String name, Count element, int index)protected voidXmlParser. composeCount(String name, Count element)protected voidXmlParser. composeCountElements(Count element)protected voidJsonParser. composeCountInner(Count element)protected booleanXmlParser. parseCountContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Count res)protected voidJsonParser. parseCountProperties(com.google.gson.JsonObject json, Count res) -
Uses of Count in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return Count Modifier and Type Method Description CountCount. copy()protected CountCount. typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type Count Modifier and Type Method Description voidCount. copyValues(Count dst)
-