Uses of Class
org.hl7.fhir.r4b.model.Organization
-
Packages that use Organization Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of Organization in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return Organization Modifier and Type Method Description protected OrganizationJsonParser. parseOrganization(com.google.gson.JsonObject json)protected OrganizationXmlParser. parseOrganization(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type Organization Modifier and Type Method Description protected voidJsonParser. composeOrganization(String name, Organization element)protected voidRdfParser. composeOrganization(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Organization element, int index)protected voidXmlParser. composeOrganization(String name, Organization element)protected voidXmlParser. composeOrganizationElements(Organization element)protected voidJsonParser. composeOrganizationProperties(Organization element)protected booleanXmlParser. parseOrganizationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Organization res)protected voidJsonParser. parseOrganizationProperties(com.google.gson.JsonObject json, Organization res) -
Uses of Organization in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type Organization Modifier and Type Method Description voidOrganization. copyValues(Organization dst)
-