Produced by Araxis Merge on 6/9/2017 3:49:49 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Fri Jun 9 19:49:49 2017 UTC | ||
| 2 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-client\src\main\java\gov\va\nvap\svc\consenteval\common | XACMLContextConstants.java | Fri Apr 21 20:15:58 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 57 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | package go v.va.nvap. svc.consen teval.comm on; | |||||
| 2 | ||||||
| 3 | public cla ss XACMLCo ntextConst ants { | |||||
| 4 | pu blic stati c final St ring DENY = "Deny"; | |||||
| 5 | pu blic stati c final St ring ENV_L OCALITY_AT TR_ID = "u rn:oasis:n ames:tc:xs pa:1.0:env ironment:l ocality"; | |||||
| 6 | ||||||
| 7 | pu blic stati c final St ring PERMI T = "Permi t"; | |||||
| 8 | // Following is non-st andard and might be a temporar y mechanis m to suppo rt | |||||
| 9 | // simplePDP | |||||
| 10 | pu blic stati c final St ring RESOU RCE_ALLOWE D_VISTA_FA CILITIES_A TTR_ID = " urn:oasis: names:tc:x spa:1.0:re source:all owed-vista -facilitie s"; | |||||
| 11 | pu blic stati c final St ring RESOU RCE_OPTIN_ ATTR_ID = "urn:gov:h hs:fha:nhi nc:patient -opt-in"; | |||||
| 12 | pu blic stati c final St ring RESOU RCE_SAML_A UTH = "urn :gov:hhs:f ha:nhinc:s aml-authz- decision-s tatement-e vidence-as sertion-in stance-acc ess-consen t"; | |||||
| 13 | pu blic stati c final St ring RESOU RCE_OPTIN_ MISSING = "NA"; // T ODO - veri fy | |||||
| 14 | // this.... | |||||
| 15 | ||||||
| 16 | pu blic stati c final St ring RESOU RCE_OPTIN_ VALUE_NO = "No"; | |||||
| 17 | pu blic stati c final St ring RESOU RCE_OPTIN_ YES_VALUE = "Yes"; | |||||
| 18 | ||||||
| 19 | pu blic stati c final St ring RESOU RCE_PATIEN T_ALLOWED_ ORGS_ATTR_ ID = "urn: oasis:name s:tc:xspa: 1.0:resour ce:patient :allowed-o rganizatio ns"; | |||||
| 20 | pu blic stati c final St ring RESOU RCE_SERVIC E_TYPE_ATT R_ID = "ur n:gov:hhs: fha:nhinc: service-ty pe"; | |||||
| 21 | ||||||
| 22 | pu blic stati c final St ring RESOU RCE_TYPE_A TTR_ID = " urn:oasis: names:tc:x spa:1.0:re source:hl7 :type"; | |||||
| 23 | pu blic stati c final St ring RESOU RCE_TYPE_M EDICAL_REC ORD_VALUE = "urn:oas is:names:t c:xspa:1.0 :resource: hl7:type:m edical-rec ord"; | |||||
| 24 | pu blic stati c final St ring RESOU RCE_TYPE_P ATIENT_SEA RCH_VALUE = "urn:oas is:names:t c:xspa:1.0 :resource: hl7:type:p atient-sea rch"; | |||||
| 25 | ||||||
| 26 | // Attribute Ids, valu es and dat a types to be added to XACML R equest, pr ior | |||||
| 27 | // to submis sion to PD P | |||||
| 28 | pu blic stati c final St ring STRIN G_ATTR_DAT A_TYPE = " http://www .w3.org/20 01/XMLSche ma#string" ; | |||||
| 29 | pu blic stati c final St ring SUBJE CT_LOCALIT Y_ATTR_ID = "urn:oas is:names:t c:xacml:2. 0:subject: locality"; | |||||
| 30 | pu blic stati c final St ring XACML _REQUEST_A CTION_ID_A TTR_ID = " urn:oasis: names:tc:x acml:1.0:a ction:acti on-id"; | |||||
| 31 | pu blic stati c final St ring XACML _REQUEST_D OC_QUERY_I N_ACTION_I D_VALUE = "DocumentQ ueryIn"; | |||||
| 32 | pu blic stati c final St ring XACML _REQUEST_D OC_QUERY_O UT_ACTION_ ID_VALUE = "Document QueryOut"; | |||||
| 33 | ||||||
| 34 | pu blic stati c final St ring XACML _REQUEST_D OC_RETRIEV E_IN_ACTIO N_ID_VALUE = "Docume ntRetrieve In"; | |||||
| 35 | ||||||
| 36 | // What abou t... | |||||
| 37 | pu blic stati c final St ring XACML _REQUEST_D OC_RETRIEV E_OUT_ACTI ON_ID_VALU E = "Docum entRetriev eOut"; | |||||
| 38 | pu blic stati c final St ring XACML _REQUEST_N HINIn_ACTI ON_ID_VALU E = "NHINI n"; | |||||
| 39 | pu blic stati c final St ring XACML _REQUEST_N HINOUT_ACT ION_ID_VAL UE = "NHIN Out"; | |||||
| 40 | pu blic stati c final St ring XACML _REQUEST_P ATIENT_DIS COVERY_IN_ ACTION_ID_ VALUE = "P atientDisc overyIn"; | |||||
| 41 | pu blic stati c final St ring XACML _REQUEST_P ATIENT_DIS COVERY_OUT _ACTION_ID _VALUE = " PatientDis coveryOut" ; | |||||
| 42 | pu blic stati c final St ring XACML _REQUEST_R ESOURCE_HO ME_COMMUNI TY_ID_ATTR _ID = "urn :gov:hhs:f ha:nhinc:h ome-commun ity-id"; | |||||
| 43 | pu blic stati c final St ring XACML _REQUEST_R ESOURCE_ID _ATTR_ID = "urn:oasi s:names:tc :xacml:1.0 :resource: resource-i d"; | |||||
| 44 | ||||||
| 45 | pu blic stati c final St ring XACML _REQUEST_R ESOURCE_SU BJECT_ID_A TTR_ID = " http://www .hhs.gov/h ealthit/nh in#subject -id"; | |||||
| 46 | // Attribute Ids avail able on in bound XACM L Request | |||||
| 47 | pu blic stati c final St ring XACML _REQUEST_S UBJECT_HOM E_COMMUNIT Y_ID_ATTR_ ID = "http ://www.hhs .gov/healt hit/nhin#H omeCommuni tyId"; | |||||
| 48 | pu blic stati c final St ring XACML _REQUEST_S UBJECT_PUR POSE_FOR_U SE_ATTR_ID = "urn:oa sis:names: tc:xspa:1. 0:subject: purposeofu se"; | |||||
| 49 | // Used only during NH INOut | |||||
| 50 | pu blic stati c final St ring XACML _REQUEST_S UBJECT_SUB JECT_ID_AT TR_ID = "u rn:oasis:n ames:tc:xa cml:1.0:su bject:subj ect-id"; | |||||
| 51 | ||||||
| 52 | public static fi nal String RESOURCE_ CONF_CODE_ ATTR_ID = "urn:oasis :names:tc: xspa:2.0:r esource:co nfidential ity-code"; | |||||
| 53 | public static fi nal String RESOURCE_ CONF_CODE_ VAL_NORMAL = "urn:hl 7-org:v3/2 .16.840.1. 113883.5.2 5/N"; | |||||
| 54 | public static fi nal String RESOURCE_ CONF_CODE_ VAL_RESTRI CTED = "ur n:hl7-org: v3/2.16.84 0.1.113883 .5.25/R"; | |||||
| 55 | public static fi nal String ANYURI_AT TR_DATA_TY PE = "http ://www.w3. org/2001/X MLSchema#a nyURI"; | |||||
| 56 | ||||||
| 57 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.