
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.addContact(ExtendedContactDetail t) Organization.addEndpoint(Reference t) Organization.addIdentifier(Identifier t) Organization.addQualification(Organization.OrganizationQualificationComponent t) Organization.addType(CodeableConcept t) Organization.copy()Organization.setActive(boolean value) Organization.setActiveElement(BooleanType value) Organization.setAlias(List<StringType> theAlias) Organization.setContact(List<ExtendedContactDetail> theContact) Organization.setDescription(String value) Organization.setDescriptionElement(MarkdownType value) Organization.setEndpoint(List<Reference> theEndpoint) Organization.setIdentifier(List<Identifier> theIdentifier) Organization.setNameElement(StringType value) Organization.setQualification(List<Organization.OrganizationQualificationComponent> theQualification) Organization.setType(List<CodeableConcept> theType) protected OrganizationOrganization.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Organization