Uses of Class
org.hl7.fhir.r5.model.Organization
Packages that use Organization
-
Uses of Organization in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return OrganizationModifier and TypeMethodDescriptionprotected OrganizationJsonParser.parseOrganization(com.google.gson.JsonObject json)protected OrganizationXmlParser.parseOrganization(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type OrganizationModifier and TypeMethodDescriptionprotected 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.r5.model
Methods in org.hl7.fhir.r5.model that return OrganizationModifier and TypeMethodDescriptionOrganization.addAddress(Address t)Organization.addContact(Organization.OrganizationContactComponent t)Organization.addEndpoint(Reference t)Organization.addIdentifier(Identifier t)Organization.addTelecom(ContactPoint t)Organization.addType(CodeableConcept t)Organization.copy()Organization.setActive(boolean value)Organization.setActiveElement(BooleanType value)Organization.setAddress(List<Address> theAddress)Organization.setAlias(List<StringType> theAlias)Organization.setContact(List<Organization.OrganizationContactComponent> theContact)Organization.setEndpoint(List<Reference> theEndpoint)Organization.setIdentifier(List<Identifier> theIdentifier)Organization.setNameElement(StringType value)Organization.setTelecom(List<ContactPoint> theTelecom)Organization.setType(List<CodeableConcept> theType)protected OrganizationOrganization.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Organization