Uses of Class
org.hl7.v3.COCTMT030000UV04Guardian
-
Uses of COCTMT030000UV04Guardian in org.hl7.v3
Fields in org.hl7.v3 with type parameters of type COCTMT030000UV04GuardianModifier and TypeFieldDescriptionprotected List<COCTMT030000UV04Guardian>COCTMT030000UV04NonPersonLivingSubject.guardianprotected List<COCTMT030000UV04Guardian>COCTMT030000UV04Person.guardianMethods in org.hl7.v3 that return COCTMT030000UV04GuardianModifier and TypeMethodDescriptionObjectFactory.createCOCTMT030000UV04Guardian()Create an instance ofCOCTMT030000UV04GuardianCOCTMT030000UV04Guardian.withAddr(Collection<AD> values) COCTMT030000UV04Guardian.withCertificateText(ED value) COCTMT030000UV04Guardian.withClassCode(String... values) COCTMT030000UV04Guardian.withClassCode(Collection<String> values) COCTMT030000UV04Guardian.withEffectiveTime(IVLTS value) COCTMT030000UV04Guardian.withGuardianOrganization(jakarta.xml.bind.JAXBElement<COCTMT150002UV01Organization> value) COCTMT030000UV04Guardian.withGuardianPerson(jakarta.xml.bind.JAXBElement<COCTMT030202UV01Person> value) COCTMT030000UV04Guardian.withId(Collection<II> values) COCTMT030000UV04Guardian.withNullFlavor(String... values) COCTMT030000UV04Guardian.withNullFlavor(Collection<String> values) COCTMT030000UV04Guardian.withRealmCode(Collection<CS> values) COCTMT030000UV04Guardian.withRealmCode(CS... values) COCTMT030000UV04Guardian.withStatusCode(CS value) COCTMT030000UV04Guardian.withTelecom(Collection<TEL> values) COCTMT030000UV04Guardian.withTelecom(TEL... values) COCTMT030000UV04Guardian.withTemplateId(Collection<II> values) COCTMT030000UV04Guardian.withTemplateId(II... values) COCTMT030000UV04Guardian.withTypeId(II value) Methods in org.hl7.v3 that return types with arguments of type COCTMT030000UV04GuardianModifier and TypeMethodDescriptionCOCTMT030000UV04NonPersonLivingSubject.getGuardian()Gets the value of the guardian property.COCTMT030000UV04Person.getGuardian()Gets the value of the guardian property.Methods in org.hl7.v3 with parameters of type COCTMT030000UV04GuardianModifier and TypeMethodDescriptionCOCTMT030000UV04NonPersonLivingSubject.withGuardian(COCTMT030000UV04Guardian... values) COCTMT030000UV04Person.withGuardian(COCTMT030000UV04Guardian... values) Method parameters in org.hl7.v3 with type arguments of type COCTMT030000UV04GuardianModifier and TypeMethodDescriptionCOCTMT030000UV04NonPersonLivingSubject.withGuardian(Collection<COCTMT030000UV04Guardian> values) COCTMT030000UV04Person.withGuardian(Collection<COCTMT030000UV04Guardian> values)