Enum Constant Summary
Enum Constants
added to help the parsers
Code to be used when the mimeType is sufficient to understanding the
technical format.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
URN_IHE_PCC_XPHR_2007
null
URN_IHE_PCC_APS_2007
null
URN_IHE_PCC_XDSMS_2007
null
URN_IHE_PCC_EDR_2007
null
URN_IHE_PCC_EDES_2007
null
URN_IHE_PCC_APR_HANDP_2008
null
URN_IHE_PCC_APR_LAB_2008
null
URN_IHE_PCC_APR_EDU_2008
null
URN_IHE_PCC_CRC_2008
null
URN_IHE_PCC_CTN_2007
null
URN_IHE_PCC_EDPN_2007
null
URN_IHE_PCC_LDHP_2009
null
URN_IHE_PCC_LDS_2009
null
URN_IHE_PCC_MDS_2009
null
URN_IHE_PCC_NDS_2010
null
URN_IHE_PCC_PPVS_2010
null
URN_IHE_PCC_TRS_2011
null
URN_IHE_PCC_ETS_2011
null
URN_IHE_PCC_ITS_2011
null
URN_IHE_PCC_RIPT_2017
null
URN_IHE_ITI_BPPC_2007
null
URN_IHE_ITI_BPPCSD_2007
null
URN_IHE_ITI_XDSSD_PDF_2008
null
URN_IHE_ITI_XDSSD_TEXT_2008
null
URN_IHE_ITI_XDW_2011_WORKFLOWDOC
null
URN_IHE_ITI_DSG_DETACHED_2014
null
URN_IHE_ITI_DSG_ENVELOPING_2014
null
URN_IHE_ITI_APPC_2016_CONSENT
null
URN_IHE_ITI_XDS_2017_MIMETYPESUFFICIENT
Code to be used when the mimeType is sufficient to understanding the
technical format. May be used when no more specific FormatCode is available
and the mimeType is sufficient to identify the technical format
URN_IHE_LAB_XDLAB_2008
null
URN_IHE_RAD_CDA_IMAGINGREPORTSTRUCTUREDHEADINGS_2013
null
URN_IHE_CARD_IMAGING_2011
null
URN_IHE_CARD_CRC_2012
null
URN_IHE_CARD_EPRCIE_2014
null
URN_IHE_DENT_CDA_IMAGINGREPORTSTRUCTUREDHEADINGS_2013
null
URN_IHE_PAT_APSR_ALL_2010
null
URN_IHE_PAT_APSR_CANCER_ALL_2010
null
URN_IHE_PAT_APSR_CANCER_BREAST_2010
null
URN_IHE_PAT_APSR_CANCER_COLON_2010
null
URN_IHE_PAT_APSR_CANCER_PROSTATE_2010
null
URN_IHE_PAT_APSR_CANCER_THYROID_2010
null
URN_IHE_PAT_APSR_CANCER_LUNG_2010
null
URN_IHE_PAT_APSR_CANCER_SKIN_2010
null
URN_IHE_PAT_APSR_CANCER_KIDNEY_2010
null
URN_IHE_PAT_APSR_CANCER_CERVIX_2010
null
URN_IHE_PAT_APSR_CANCER_ENDOMETRIUM_2010
null
URN_IHE_PAT_APSR_CANCER_OVARY_2010
null
URN_IHE_PAT_APSR_CANCER_ESOPHAGUS_2010
null
URN_IHE_PAT_APSR_CANCER_STOMACH_2010
null
URN_IHE_PAT_APSR_CANCER_LIVER_2010
null
URN_IHE_PAT_APSR_CANCER_PANCREAS_2010
null
URN_IHE_PAT_APSR_CANCER_TESTIS_2010
null
URN_IHE_PAT_APSR_CANCER_URINARYBLADDER_2010
null
URN_IHE_PAT_APSR_CANCER_LIPORALCAVITY_2010
null
URN_IHE_PAT_APSR_CANCER_PHARYNX_2010
null
URN_IHE_PAT_APSR_CANCER_SALIVARYGLAND_2010
null
URN_IHE_PAT_APSR_CANCER_LARYNX_2010
null
URN_IHE_PHARM_PRE_2010
null
URN_IHE_PHARM_PADV_2010
null
URN_IHE_PHARM_DIS_2010
null
URN_IHE_PHARM_PML_2013
null
URN_HL7ORG_SDWG_CCDASTRUCTUREDBODY_1_1
null
URN_HL7ORG_SDWG_CCDANONXMLBODY_1_1
null
URN_HL7ORG_SDWG_CCDASTRUCTUREDBODY_2_1
null
URN_HL7ORG_SDWG_CCDANONXMLBODY_2_1
null
NULL
added to help the parsers
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException