Uses of Enum Class
org.hl7.v3.XDeterminerInstanceKind
-
Uses of XDeterminerInstanceKind in org.hl7.v3
Fields in org.hl7.v3 declared as XDeterminerInstanceKindModifier and TypeFieldDescriptionprotected XDeterminerInstanceKindCOCTMT030000UV04NonPersonLivingSubject.determinerCodeprotected XDeterminerInstanceKindCOCTMT030007UVNonPersonLivingSubject.determinerCodeprotected XDeterminerInstanceKindCOCTMT030007UVPerson.determinerCodeprotected XDeterminerInstanceKindCOCTMT290000UV06ManufacturedMaterial.determinerCodeMethods in org.hl7.v3 that return XDeterminerInstanceKindModifier and TypeMethodDescriptionstatic XDeterminerInstanceKindCOCTMT030000UV04NonPersonLivingSubject.getDeterminerCode()Gets the value of the determinerCode property.COCTMT030007UVNonPersonLivingSubject.getDeterminerCode()Gets the value of the determinerCode property.COCTMT030007UVPerson.getDeterminerCode()Gets the value of the determinerCode property.COCTMT290000UV06ManufacturedMaterial.getDeterminerCode()Gets the value of the determinerCode property.static XDeterminerInstanceKindReturns the enum constant of this class with the specified name.static XDeterminerInstanceKind[]XDeterminerInstanceKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.v3 with parameters of type XDeterminerInstanceKindModifier and TypeMethodDescriptionvoidCOCTMT030000UV04NonPersonLivingSubject.setDeterminerCode(XDeterminerInstanceKind value) Sets the value of the determinerCode property.voidCOCTMT030007UVNonPersonLivingSubject.setDeterminerCode(XDeterminerInstanceKind value) Sets the value of the determinerCode property.voidCOCTMT030007UVPerson.setDeterminerCode(XDeterminerInstanceKind value) Sets the value of the determinerCode property.voidCOCTMT290000UV06ManufacturedMaterial.setDeterminerCode(XDeterminerInstanceKind value) Sets the value of the determinerCode property.COCTMT030000UV04NonPersonLivingSubject.withDeterminerCode(XDeterminerInstanceKind value) COCTMT030007UVNonPersonLivingSubject.withDeterminerCode(XDeterminerInstanceKind value) COCTMT030007UVPerson.withDeterminerCode(XDeterminerInstanceKind value) COCTMT290000UV06ManufacturedMaterial.withDeterminerCode(XDeterminerInstanceKind value)